Newsgroups: comp.lang.tcl,comp.answers,news.answers Path: senator-bedfellow.mit.edu!bloom-beacon.mit.edu!gatech!howland.reston.ans.net!europa.eng.gtefsd.com!news.ans.net!malgudi.oar.net!chemabs!lvirden From: lwv26@cas.org (Larry W. Virden) Subject: FAQ: comp.lang.tcl Frequently Asked Questions (5/5) (Last updated: August 10, 1993) Message-ID: Followup-To: comp.lang.tcl Summary: A regular posting of the comp.lang.tcl Frequently Asked Questions (FAQ) and their answers. This is the fifth of five parts. This part is a catalog of Tcl-based extensions. Originator: lwv26@lwv26aws Keywords: tcl, expect, extended tcl, wish, tk Sender: lvirden@cas.org Reply-To: lvirden@cas.org (Larry W. Virden) Organization: Chemical Abstracts Service References: Date: Wed, 18 Aug 1993 20:08:04 GMT Approved: news-answers-request@MIT.Edu Expires: Wed, 29 Sep 1993 20:07:01 GMT Lines: 711 Xref: senator-bedfellow.mit.edu comp.lang.tcl:6249 comp.answers:1660 news.answers:11556 Archive-name: tcl-faq/part5 Version: 4.0 Last-modified: August 10, 1993 For more information concerning Tcl (see "tcl-faq/part1"), (see "tcl-faq/part2"), (see "tcl-faq/part3"), or (see "tcl-faq/part4"). Index of questions: XIII. Since Tcl/Tk appear to be extensible, are there any common extensions? o adatcl o addinput o Tcl argument processing o argument parsing with defaults o busy window o C++ compilation of tk o C++ Tcl objects o C++ Tcl objects ([incr Tcl]) o calculator o Calc_Object o calendar o Canvas bitmap mask extension o color settings o deck.tk o Directed Acyclic Graph (DAG) widgets o Disjoint listbox selections o Eiffel / Tcl interface o file select (sherman) o file selector o font settings o graph o GroupKit o iconbutton o [incr Tcl] o Lamda anonymous procedures o lisp2wish o list select o Major / Minor command support o Multibyte Support for Tk o Multiple interpreter support o Multiple Extensions Management and Dynamic Linking o Mxedit o net CDF o Network management o Pack widget with no shrink option o Photo widget o Pixmap support 3.2 o Pixmap support 3.3 o Postgres extensions o procedure tracing o RenderMan bindings o Reregister interpreter name o Safe Tcl Interpreter o secure tcl o showproc.tcl o SIPP extensions o Spreadsheet o SQL support o SunOS dld package o Sybase Tcl o System V ipc o tcl debugger (expect) o tcl debugger (extended tcl) o Tcl externals o Tcl IPC interface o Tcl Packages o Tcl SQL o Tcl-DP o tclcompare o tclIV o tclMIDI o tclOBST o tclprof o tclRawTCP o tclsockets o tclTCP o tclvogle o tclX / Tk merge o tclX dynamic library patches o tclXt o tcl_streams o tcpConnect o theObjects o Tix widget set o Tk support for Kanji o tk Bell and Cutbuffer patches o Tk Canvas Segments o Tk Emacs bindings o Tk Emacs widget o Tk focus follows pointer o tk RichText Format widget o Tk without X (beta) o tk-mod.shar o tkFScale o tkGLXwin o tkText (Tk 1.3 compatible - Christenson) o tkText (Tk 1.3 compatible - Cole) o tkText (Tk 2.0 compatible) o Tooltalk interface o Transportable Objects o tree widget o turtle graphics o validate o Variable Frames o warp o wmstuff o varframe XIV. Is there any commercial use of Tcl/Tk? End of FAQ Index ---------------------------------------------------------------------- ------------------------------ From: FAQ Tcl/Tk Package Catalog Subject: -XIII- Since Tcl/Tk appear to be extensible, are there any common extensions? What: adatcl Where: ftp.colorado.edu:/pub/cs/distribs/arcadia/adatcl.tar.[Zz] Description: Interface between Verdix/Sunada compiler and Tcl. Contact: dennis@dennis.cs.colorado.edu (Dennis Heimbigner) What: addinput Where: harbor.ecn.purdue.edu:/pub/tcl/extensions/addinput-3.2.Z Description: Implements two new Tk file handle callback commands. Contact: "Mark Diekhans" What: Tcl argument processing Where: From the contact Description: Provides Tk-like argument processing to Tcl proc writers. Contact: karl@NeoSoft.com (Karl Lehenbauer) What: argument parsing with defaults Where: From the contact Description: Tcl code to parse arguments and provide default values. See theObjects-2.x for a C version. Contact: gandalf@Csli.Stanford.EDU (Juergen Wagner) What: busy window Where: harbor.ecn.purdue.edu:/pub/tcl/extensions/busy-1.1.tar.Z Description: Tk extension to create a busy command which prevents the user from clicking on application buttons while the program is busy. Contact: gah@att.com (George A. Howlett) What: C++ compilation of tk Where: harbor.ecn.purdue.edu:/pub/tcl/distrib/tk3.2forC++.patch Description: A patch that allows tk 3.2 main.c and other extension routines to be compiled with a C++ compiler. Contact: Ken Yap What: C++ Tcl objects Where: From the contact Description: C++ code which allows you to develop software in C++ and create C++ objects which implemented in Tcl/Tk. Contact: stephan@cs.tu-berlin.de (Stephan Herrmann) What: C++ Tcl objects ([incr Tcl]) Where: From the contact Description: A C++ flavor of objects for Tcl. Contact: mmc@att.com (Michael J. McLennan) What: Calc_Object Where: From the contact Description: A Tcl object which talks to bc via expect. Contact: "Terrence Brannon" What: calculator Where: harbor.ecn.purdue.edu:/pub/tcl/extensions/calculator.tar.Z Description: Simple Tk calculator Contact: "Richard Booth" What: calendar Where: From the contact Description: Tk calendar widget Contact: sani@att.com (Sani Nassif [227]) What: Canvas bitmap mask extension Where: From the contact Description: Patch file for tkCanvBmap to add a -mask option for drawing bitmaps. Contact: fine@cis.ohio-state.edu (Thomas A Fine) What: color settings Where: From the contact Description: Tcl procedure to select appropriate color whether machine is color or monochrome Contact: gandalf@Csli.Stanford.EDU (Juergen Wagner) What: deck.tk Where: harbor.ecn.purdue.edu:/pub/tcl/code/deck.tk Description: A simple implementation of InterViews "deck" widget Contact: vanandel@rsf.atd.ucar.edu (Joe VanAndel) What: Directed Acyclic Graph (DAG) widgets Where: From the contact Description: Tk DAG display widget (computed in LISP and visualized in Tk). To be made available in May, 1993. Contact: gandalf@Csli.Stanford.EDU (Juergen Wagner) What: Disjoint listbox selections Where: harbor.ecn.purdue.edu:/pub/tcl/extensions/Listbox.patch Descriptions: Tk 3.2 listbox Disjoint selections. Contact: "Marc R. Ewing" What: SunOS dld package Where: From the contact Description: Tcl front end for SunOS 4.x dynamic loading routines. Contact: "Jean-Luc Chatelain" What: Eiffel / Tcl interface Where: ftp.dcs.gla.ac.uk:/pub/glasgow-fp/authors/Duncan_Sinclair/fumx.* Description: A set of functions to allow an Eiffel program to invoke the Tcl interpreter. Contact: stephan@cs.tu-berlin.de (Stephan Herrmann) What: file selector Where: harbor.ecn.purdue.edu:/pub/tcl/extensions/fileselect.tcl.Z Description: file selector box Contact: "Mario Jorge Silva" What: file select (sherman) Where: From the contact Description: A "more over-developed file-selection mechanism". Contact: asherman@fmrco.com (Aaron Sherman) What: Tk focus follows pointer Where: harbor.ecn.purdue.edu:/pub/tcl/extensions/focus3.1a.PATCH Description: Tk 3.[12] patch to implement focus follows pointer and key propagation model. Contact: "Kennard White" What: font settings Where: From the contact Description: Tcl package "getfont" which returns a font matching request as closely as possible. Contact: spencer@med.umich.edu (Spencer W. Thomas) What: graph Where: harbor.ecn.purdue.edu:/pub/tcl/extensions/graph-1.1.tar.Z Description: XY graphic plot and hypertext widgets for Tk 2.x Contact: "George Howlett" What: GroupKit Where: cpsc.ucalgary.ca:/pub/roseman/groupkit-1.0.tar.Z harbor.ecn.purdue.edu:/pub/tcl/extensions/groupkit-1.0.tar.Z Description: Tcl/Tk based version of InterViews GroupKit. Contact: roseman@cpsc.ucalgary.ca (Mark Roseman) What: iconbutton Where: From the contact Description: Tk 1.4 button widget which displays bitmap Contact: Trevor.Lowe@comp.vuw.ac.nz (Trevor Lowe) What: [incr Tcl] Where: harbor.ecn.purdue.edu:/pub/tcl/extensions/itcl-1.1.tar Description: Set of extensions to support object-oriented programming in Tcl. Contact: mmc@att.com (Michael J. McLennan) What: Lamda anonymous procedures Where: From the contact Description: Set of Tcl modifications to allow definition of anonymous (unnamed) procedures Contact: spencer@med.umich.edu (Spencer W. Thomas) What: lisp2wish Where: harbor.ecn.purdue.edu:/pub/tcl/code/lisp2wish6.tar.Z Description: Wish to Common Lisp interface Contact: kaye@linc.cis.upenn.edu (Jonathan Kaye) What: list select Where: harbor.ecn.purdue.edu:/pub/tcl/extensions/listselect.tcl Description: Simple file selector Contact: "Mario Jorge Silva" What: Major / Minor command support Where: From the contact Description: Set of modifications to Tcl 6.7/Tk 3.2 to allow the dynamic definition of new major and minor commands into Tcl/Tk. Contact: David Herron What: Multibyte Support for Tk Where: harbor.ecn.purdue.edu:/pub/tcl/extension/patch-16bit.0.2.tar.Z Description: Tk 3.2 support for 2 byte character strings. Contact: furukawa@apricot.kek.jp (Kazuro Furukawa) What: Multiple interpreter support Where: harbor.ecn.purdue.edu:/pub/tcl/extensions/minterp-0.9.tar.gz Description: Create/control Multiple Interpreters from TCL, and also Object Oriented Programming. Contact: David Herron What: Multiple Extensions Management and Dynamic Linking Where: harbor.ecn.purdue.edu:incoming/shells-1.0.tar.Z Description: A small package for Tcl/Tk as suggested during the Tcl 93 Workshop. Includes a basic Tcl shell, a modified wish, and a SunOS dynamic extension loader. Contact: bollini@ipvvis.UNIPV.IT (Alessandro Bollini) What: Mxedit Where: harbor.ecn.purdue.edu:/pub/tcl/extensions/mxedit.2.1.tar.Z, harbor.ecn.purdue.edu:/pub/tcl/extensions/mxedit.menus parcftp.xerox.com:/pub/mxedit/mxedit.2.0.3.tar.Z Description: An editable text Tk widget and a fully functional editor based on the widget. Also, mxedit.menus is a Tcl script to put a veneer over Tk menus. Contact: welch@parc.xerox.com (Brent Welch) What: net CDF Where: harbor.ecn.purdue.edu:/pub/tcl/extensions/net_tcl.tar.Z Description: Tcl wish with hooks for netCDF (??) Contact: Unknown What: Network Management Where: From the contact (tcl_curses, tcl_dbm, tcl_mib, tclnm, and tcl_snmp or tk_snmp) harbor.ecn.purdue.edu:/pub/tcl/extensions/tcl_curses.shar.Z) Description: These four independent packages are used to build a Tcl'ish network-management tool. Though not finished yet, it offers many features lacking in commercial offerings, mainly by being a tool rather than an application. If you're dissatisfied with your present NM-tool, check this. Contact: phk@data.fls.dk (P-HK/Poul-Henning Kamp), tcl_snmp@data.fls.dk (Mailing list for tcl_snmp) tcl_snmp-request@data.fls.dk for subscription to above mailing list. What: Pack widget with no shrink option Where: From the contact Description: Code to add a noshrink option to Pack so that each button can be the same size. Contact: welch@parc.xerox.com (Brent Welch) What: Photo widget Where: harbor.ecn.purdue.edu:/pub/tcl/extensions/photo-2.0a.tar.Z dcssoft.anu.edu.au:/pub/tk/photo-2.0a.tar.Z , harbor.ecn.purdue.edu:/pub/tcl/extensions/photo.tar.Z Description: widget which displays a monochrome or color image using dithering (photo.tar.Z is an older version). Contact: paulus@cs.anu.edu.au (Paul Mackerras) What: Pixmap support 3.2 Where: harbor.ecn.purdue.edu:/pub/tcl/extensions/TkPixmap1.5.tar.Z , coma.cs.tu-berlin.de Description: Tk 2.3/3.0 tkBitmap.c modification to support Xpm 3.2d pixmaps. Versions supporting previous Tk's are also available. Contact: garfield@cs.tu-berlin.de (Sven Delmas) What: Pixmap support 3.3 Where: harbor.ecn.purdue.edu:/pub/tcl/extensions/TkPixmap3.3b2-a.tar.gz , coma.cs.tu-berlin.de Description: Tk 3.3 tkBitmap.c modification to support pixmap images with -bitmap option. Supports Xpm3, bitmap, and gif. Contact: garfield@cs.tu-berlin.de (Sven Delmas) What: Postgres extensions Where: harbor.ecn.purdue.edu:/pub/tcl/extensions/PQTcl.tar.Z Description: C and C++ versions of interface to the UCB libPQ Postgres relational database. Contact: rmaxwell@ossi.COM (Robin J. Maxwell) What: procedure tracing Where: From the contact Description: Tcl procedure tracing package. Contact: bsmith@mickey.CS.Berkeley.EDU (Brian Smith) What: RenderMan bindings Where: From the contact Description: Set of bindings to external RenderMan toolkit. Contact: wave@media.mit.edu (Michael B. Johnson) What: Reregister interpreter name Where: From the contact (or from the mxedit source code) Description: Code allows user to change the name of the interpreter. Contact: welch@parc.xerox.com (Brent Welch) What: Safe Tcl Interpreter Where: From the contact Description: Tcl cmds to provide some level of security. Contact: karl@NeoSoft.com (Karl Lehenbauer) What: secure tcl Where: From the contact Description: Extension to provide a send message evaluator Contact: fine@cis.ohio-state.edu (Thomas A Fine) What: showproc.tcl Where: harbor.ecn.purdue.edu:/pub/tcl/code/showproc.tcl Description: A new showproc Contact: lance@markv.com (Lance Ellinghouse) What: SIPP extensions Where: harbor.ecn.purdue.edu:/pub/tcl/extensions/tsipp3.0b.tar.Z , ftp.uu.net:/graphics/3D/tsipp.3.0b.tar.Z Description: 3D rendering toolkit for Tcl and Tk based on the SImple Polygon Processor (SIPP) Contact: markd@grizzly.com (Mark Diekhans) What: Spreadsheet Where: harbor.ecn.purdue.edu:/pub/tcl/code/newspread.tar.Z Description: Tk Spreadsheet like widget, built using canvas and text widgets. Contact: cstruble@gnu.ai.mit.edu. (Craig Struble) What: SQL support Where: harbor.ecn.purdue.edu:/pub/tcl/extensions/sql_tcl.tar.Z Description: A standard document for adding SQL support in Tcl and full blown support for INFORMIX in Tcl/Tk. Contact: "Srinivas Kumar" What: System V ipc Where: harbor.ecn.purdue.edu:/pub/tcl/extensions/SVipc.tar.Z Description: Tcl interface to System V IPC facilities. Contact: "Joe Kelsey" What: Sybase Tcl Where: harbor.ecn.purdue.edu:/pub/tcl/extensions/sybtcl-1.3.tar.Z Description: Tk 3.0+ interface to Sybase database server, using SQL. Contact: tpoindex@nyx.cs.du.edu (Tom Poindexter) What: tclcompare Where: harbor.ecn.purdue.edu:/pub/tcl/extensions/tclcompare Description: Compare two lists for equality Contact: "David Herron" What: tcl debugger (expect) Where: ftp.cme.nist.gov:/pub/expect/tcl-debug.tar.Z What: tcl debugger based on expect concepts. Contact: libes@cme.nist.gov (Don Libes) What: tcl debugger Where: harbor.ecn.purdue.edu:/pub/tcl/extensions/tcl.debugger Description: extended Tcl source level debugger (patch to tclX) Contact: "Karl Lehenbauer" What: Tcl-DP Where: toe.berkeley.edu:/pub/multimedia/Tcl-DP/tcl-dp-v1.0ak.tar.Z harbor.ecn.purdue.edu:/pub/tcl/extensions/tcl-dp-v1.0ak.tar.Z Description: Tcl Distributed Programming - a public domain extension to Tcl 6.5/Tk 3.0 which adds TCP/IP connection management, remote procedure call and distributed object protocols to Tcl/Tk. Contact: tcl-dp@roger-rabbit.CS.Berkeley.EDU or tcl-dp-bugs@roger-rabbit.CS.Berkeley.EDU What: Tcl externals Where: From the contact Description: Tcl 6.x package to implement external variables. Contact: stolcke@ICSI.Berkeley.EDU (Andreas Stolcke) What: Tcl IPC interface Where: harbor.ecn.purdue.edu:/pub/tcl/extensions/tclipc1-0.tar.Z Description: Implements Tk's send command without requiring Tk or X11. Contact: "Kim Gillies" What: tclIV Where: cpsc.ucalgary.ca:/pub/tclIV.tar.Z Description: Tk wrappers for InterViews 3.1 widgets. Contact: roseman@cpsc.ucalgary.ca (Mark Roseman) What: tclMIDI Where: harbor.ecn.purdue.edu:/pub/tcl/extensions/tclm-1.0.tar.Z , harbor.ecn.purdue.edu:/pub/tcl/extensions/xdrum-1.0.tar.Z , ftp.sterling.com:/usenet/comp.sources.misc/packages/xdrum , ftp.sterling.com:/usenet/comp.sources.misc/packages/tclm , other comp.sources.misc archives Description: Tclm is Tcl extended with Standard MIDI file manipulation commands. xdrum is an extended Tk user interface with a new drum widget, which combines to create wishm. Also includes Xdrum wishm script, which allows you to edit MIDI drum patterns. Contact: durian@advtech.uswest.com (Mike Durian) What: tclOBST Where: ftp.fzi.de:/pub/OBST/OBST3-3 directory Description: Tcl library for the OBST persistent object management system. Contact: stone@fzi.de What: Tcl Packages Where: toadflax.cs.ucdavis.edu:/pub/TclPackage.tar.Z Description: Provide ability to create enclosed groups of code which the user can load as a unit. Contact: beard@toadflax.cs.ucdavis.edu (Patrick C. Beard) What: tclprof Where: From the contact harbor.ecn.purdue.edu:/pub/tcl/code/tclprof.shar.Z Description: Tcl performance profiling facility. Works with Tcl 6.4. Comes as a part of Extended Tcl, but does not require it. Contact: markd@grizzly.com (Mark Diekhans) What: tclRawTCP Where: harbor.ecn.purdue.edu:/pub/tcl/extensions/tclRawTCP.shar.Z, coma.cs.tu-berlin.de Description: Raw TCP package for Tcl/Tk based on tcpConnect Contact: "Tim MacKenzie" What: tclsockets Where: From the contact Description: Extended Tcl interface to BSD sockets Contact: lance@markv.com (Lance Ellinghouse) What: Tcl SQL Where: harbor.ecn.purdue.edu:/pub/tcl/extensions/tclsql-1.0.tar.Z Description: tclsql is a Tcl interface to SQL (Structured Query Language). Tclsql is probably INGRES 6.4 specific, but it could be ported to other SQL platforms. Contact: cxh@arsenic.berkeley.edu (Christopher Hylands) What: tclTCP Where: harbor.ecn.purdue.edu:/pub/tcl/extensions/tclTCP-1.0.tar.Z Description: Extended Tcl BSD socket library interface Contact: "Kevin B. Kenny" What: tclvogle Where: harbor.ecn.purdue.edu:/pub/tcl/extensions/tclvogle.tar.Z , harbor.ecn.purdue.edu:/pub/tcl/extensions/tclvogleDOCS.tar.Z , harbor.ecn.purdue.edu:/pub/tcl/extensions/vogleWish.sun4.exe.Z Description: Tk [23]-D drawing widgets (alpha) Contact: "Mike Hoegeman" What: tcl_streams Where: From the contact Description: System V stream I/O library for Tcl Contact: peter@taronga.com (Peter da Silva) What: tclX dynamic library patches Where: harbor.ecn.purdue.edu:/pub/tcl/extensions/tclX_dld.shar.Z Description: Patches to tclX to support GNU dld (v. 3.2.3) dynamic libraries. Contact: adrianho@barkley.berkeley.edu (Adrian J Ho) What: tclX / Tk merge Where: harbor.ecn.purdue.edu:/pub/tcl/extensions/tclX-tk2.0.shar.Z Description: Replacement files to incorporate tclX with Tk 2.x Contact: markd@grizzly.com (Mark Diekhans) What: tclXt Where: posted to comp.lang.tcl - other locations unknown Description: Tk hooks to allow calls to Xt routines. Contact: Unknown What: tcpConnect Where: harbor.ecn.purdue.edu:/pub/tcl/extensions/tcpConnect.shar.Z Description: Tcl/Tk TCP connect and Tk filehandler extensions Contact: "Pekka Nikander" What: theObjects Where: harbor.ecn.purdue.edu:/pub/tcl/extensions/theObjects-2.1.tar.Z Description: Small prototype-oriented object system Contact: gandalf@Csli.Stanford.EDU (Juergen Wagner) What: Tix widget set Where: harbor.ecn.purdue.edu:/pub/tcl/extensions Description: FileSelectBox, ComboBox, LabelFrame, ScrolledListBox, DialogButtons widgets all implemented in Tcl along with a paper on writing Tk widgets in Tcl. Contact: ioi@graphics.cis.upenn.edu. (Ioi Kim Lam) What: Tk without X (beta) Where: toe.cs.berkeley.edu:/pub/multimedia/misc/tknx0.3.tar.Z Description: A version of Tk without the X dependent code. Allows the construction of programs using send, after and a few of the other non-X specific commands. Useful to use with Tcl-DP. Contact: bsmith@cs.berkeley.edu (Brian Smith) What: tk Bell and Cutbuffer patches Where: harbor.ecn.purdue.edu:/pub/tcl/extensions/bellcut3.2.pat , harbor.ecn.purdue.edu:/pub/tcl/extensions/bellcut.shar.Z , harbor.ecn.purdue.edu:/pub/tcl/extensions/tkBellCutbuffer.shar.Z Description: Tk 3.2, 2.3, and 2.1 patches to add bell and cutbuffer commands. Contact: "Jim Davis" , Rick_Ohnemus@imd.sterling.com (Richard Ohnemus) What: Tk support for Kanji Where: srawgw.sra.co.jp:/pub/lang/tcl/jp/tk3.2jp-patch.Z harbor.ecn.purdue.edu:/pub/tcl/extensions/tk3.2jp-patch.Z Description: Patch to enable Tk/Tcl to use Kanji. Contact: ishisone@sran230.sra.co.jp (Makoto Ishisone) What: Tk Canvas Segments Where: harbor.ecn.purdue.edu:/pub/tcl/extensions/tkCanSeg.patch.Z Description: Create a Canvas Segment object which is one or more disjoint line segments. A version for Tk 3.3b1 is also available. Contact: "Scott Schwartz" What: Tk Emacs bindings Where: From the contact Description: A set of Tk bindings for Text and Entry widgets to look like Emacs. Contact: "Mark Weissman" What: Tk Emacs widget Where: harbor.ecn.purdue.edu:/pub/tcl/extensions/TkEmacs1.3.tar.Z Description: Emacs widget for the Tk widget set. Allows emacs-lisp code to be sent to emacs and Tcl code to be sent from emacs to Tcl. Works with tk2.3 and tk3.0 (and should work with tk3.1 when it is available). Contains patches for GNU Emacs 18.58 and 18.59. Contact: "Sven Delmas" What: tkFScale Where: harbor.ecn.purdue.edu:/pub/tcl/extensions/tkFScale.tar.Z Description: Tk 3.2 Scale widget which uses floating-point values. Contact: "Paul Mackerras" What: tkGLXwin Where: harbor.ecn.purdue.edu:/pub/tcl/extensions/tkGLXwin-1.1.tar.Z, media.mit.edu:/pub/tkGLXwin-1.1.tar.Z Description: Tk 3.x Silicon Graphics Graphics Library widget interface. Contact: "Michael Halle" What: tk-mod.shar Where: From the contact Description: Alternative geometry managers for Tk 1.4 Contact: pnr@innopoli.ajk.tele.fi What: tk RichText Format widget Where: multimedia.cc.gatech.edu:/pub/tk-rtf-0.1.tar.Z Description: Tk based Microsoft RichText File Format widget reader (pre-alpha). Contact: iansmith@haring.cc.gatech.edu (Ian Smith) What: tkText (Tk 1.3 compatible - Cole) Where: harbor.ecn.purdue.edu:/pub/tcl/extensions/tkText-inst.tar.Z Description: A Tk 1.3 tkText text widget and installation patches Contact: "Derrick C. Cole" What: tkText (Tk 1.3 compatible - Christenson) Where: harbor.ecn.purdue.edu:/pub/tcl/extensions/tkText.shar.Z Description: A Tk 1.3 tkText text widget Contact: "M. G. Christenson" What: tkText (Tk 2.0 compatible) Where: harbor.ecn.purdue.edu:/pub/tcl/extensions/tkText-2.0.tar.Z Description: A Tk 2.0 tkText text widget Contact: "M. G. Christenson" What: Tooltalk interface Where: harbor.ecn.purdue.edu:/pub/tcl/extensions/toocl-beta.tar.Z /anonymous@avahi.inria.fr:/pub/toocl-beta.tar.gz Description: A Tcl/Tk interface to Tooltalk, based on Tcl 6.7 and Tk 3.2a. Contact: beust@aurora.unice.fr (Cedric Beust) What: Transportable Objects Where: From the contact Description: A [incr Tcl] class implementing a base transportable object class. Contact: donald@strawberry.UK.Sun.COM (Donald Edgar - SUN Scotland) What: tree widget Where: harbor.ecn.purdue.edu:/pub/tcl/extensions/te-3.2.tar.Z Description: Tk 3.2 based widget for displaying dynamic trees. Contact: allan@piano.sta.sub.org (Allan Brighton) What: turtle graphics Where: harbor.ecn.purdue.edu:/pub/tcl/code/TkTurtle-1.0.shar.Z Description: Extended Tcl/Tk simple Logo-like turtle graphics package. Contact: kjx@comp.vuw.ac.nz (R James Noble) What: validate Where: harbor.ecn.purdue.edu:/pub/tcl/code/validate.shar.Z Description: example of using bindings to validate entry widget data. Contact: vanandel@rsf.atd.ucar.edu (Joe VanAndel) What: Variable Frames Where: From the contact Description: A Tcl replacement for uplevel/upvar to provide a user with the ability to define scoping environments for variables. Contact: cimarron@blake.miro.com (Cimarron Taylor) What: warp Where: From the contact Description: Tk warp command to move the mouse point to specific locations. Contact: fine@cis.ohio-state.edu (Thomas A Fine) What: wmstuff Where: harbor.ecn.purdue.edu:/pub/tcl/extensions/wmstuff.tar.Z , harbor.ecn.purdue.edu:/pub/tcl/extensions/wmstuff.patch1.shar.Z Description: Tk support for ICCCM WM_PROTOCOLS & WM_DELETE Contact: "Mike Hoegeman" What: varframe Where: harbor.ecn.purdue.edu:/pub/tcl/extensions/varframe Description: Extension to provide variable environment language-visible objects within Tcl. Contact: cimarron@blake.miro.com (Cimarron Taylor) What: Where: Description: Contact: ------------------------------ From: FAQ Tcl/Tk Package Catalog Subject: -XIV- Is there any commercial use of Tcl/Tk? A list of commercial packages which use Tcl/Tk is being maintained by larry@tweety.cs.berkeley.edu (Larry Rowe). Contact him for details. NeoSoft Communications Services , (713) 684-5900, 9am - 4pm CDT M-F - provides commercial support for developing Tcl applications, in short-term hourly, long-term hourly, or fixed-price variations. They have long term experience with Tcl. The also provide training, porting, bug fixing and independant software development. ------------------------------ End of comp.lang.tcl Frequently Asked Questions (3/3) ***************************************************** -- :s :s Larry W. Virden INET: lvirden@cas.org :s Personal: 674 Falls Place, Reynoldsburg, OH 43068-1614